← Index
NYTProf Performance Profile   
For bin/dpath
  Run on Tue Jun 5 15:31:33 2012
Reported on Tue Jun 5 15:31:52 2012

Filename(eval 47)[/home/ss5/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/Attribute/Handlers.pm:218]
StatementsExecuted 6 statements in 402µs
Eval Invoked At/home/ss5/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/Attribute/Handlers.pm line 218
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11159µs110µsmain::::BEGIN@1main::BEGIN@1
11137µs51µsmain::::BEGIN@1.9main::BEGIN@1.9
0000s0smain::::__ANON__[:2]main::__ANON__[:2]
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
14374µs4226µs
# spent 51µs (37+14) within main::BEGIN@1.9 which was called: # once (37µs+14µs) by Attribute::Handlers::_apply_handler_AH_ at line 1 # spent 110µs (59+51) within main::BEGIN@1 which was called: # once (59µs+51µs) by Attribute::Handlers::_apply_handler_AH_ at line 1
package main; no warnings; no strict;
# spent 110µs making 1 call to main::BEGIN@1 # spent 52µs making 1 call to warnings::unimport # spent 51µs making 1 call to main::BEGIN@1.9 # spent 14µs making 1 call to strict::unimport
2228µs186µs local $SIG{__WARN__}=sub{die}; [search incoming data by DPath (default commmand)]
# spent 86µs making 1 call to main::default
3;